home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / sokoban-.tar / sokoban-src.tar / sokoban / README.Linux < prev    next >
Text File  |  1992-05-16  |  1KB  |  34 lines

  1. This packages was originally a port of sokoban to minix. but with  a 
  2. few hacks it works fine with linux too.
  3.  
  4.  
  5. I have done some hacking in source-code to
  6. obtain the following:
  7.  
  8. 1. It is now possible to use the arrow-keys
  9.    to move the player, you can also use the
  10.    numerical-keypad.
  11.  
  12. 2. The objects now contains of two diffrent
  13.    characters so you can make packages thats
  14.    looks like '[]', earlier you just had one
  15.    character that where repeated twice.
  16.  
  17. 3. The getch function in curses dont behave well
  18.    in combination with tcsh (6.01) so i 'borrowed'
  19.    from tt (the Tetris clone) the method to use 
  20.    read instead. 
  21.  
  22. The Executable is compiled with gcc2.1 and shared libs, but it should 
  23. be no problems to re-compile it with gcc 1.40
  24.  
  25. The compiled version looks for screenfiles in /usr/games/sokob, it also 
  26. puts its highscore file there.
  27.  
  28. Dont forget to make a highscore file first, sokoban want work if you don't.
  29.  
  30.  
  31. Bengt Andersson.
  32. Student at KTH (The Royal Tecnical High School) Sweden.
  33. email: da1-ban@nada.kth.se
  34.